projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6819c7c
)
shortcuts: Use GTK_DEBUG_KEYBINDINGS
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Jun 2020 03:14:29 +0000
(23:14 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Jun 2020 17:42:02 +0000
(13:42 -0400)
There was just a single message under GTK_DEBUG_SHORTCUTS.
Consolidate with GTK_DEBUG_KEYBINDINGS.
gtk/gtkshortcutaction.c
patch
|
blob
|
history
diff --git
a/gtk/gtkshortcutaction.c
b/gtk/gtkshortcutaction.c
index 98f113c947aa911987250109fc2c5cef6a73f77a..4bdb7daf853242bcec5865e1423172ec9c6c380a 100644
(file)
--- a/
gtk/gtkshortcutaction.c
+++ b/
gtk/gtkshortcutaction.c
@@
-159,7
+159,7
@@
gtk_shortcut_action_activate (GtkShortcutAction *self,
g_return_val_if_fail (GTK_IS_SHORTCUT_ACTION (self), FALSE);
g_return_val_if_fail (GTK_IS_WIDGET (widget), FALSE);
- GTK_NOTE (
SHORTCUT
S, {
+ GTK_NOTE (
KEYBINDING
S, {
char *act = gtk_shortcut_action_to_string (self);
g_print ("Shortcut action activate on %s: %s\n", G_OBJECT_TYPE_NAME (widget), act);
g_free (act);